{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "dict:neighborhoods Value",
  "type": "object",
  "required": ["id", "name", "district_id"],
  "properties": {
    "id": {
      "type": "integer",
      "description": "Mahalle birincil anahtarı (neighborhoods.id)"
    },
    "name": {
      "type": "string",
      "description": "Mahalle adı"
    },
    "district_id": {
      "type": "integer",
      "description": "Bağlı olduğu ilçe (districts.id)"
    },
    "post_code": {
      "type": "string",
      "description": "Posta kodu (opsiyonel)"
    }
  },
  "additionalProperties": false
}
