addedInput schema / properties / cities / items / description
Added value: +"Slug, Turkish name, or exonym (Kyrenia/Nicosia/Famagusta/Morphou)."
removedInput schema / properties / cities / items / enum
Removed value: -[
- "girne",
- "iskele",
- "lefkosa",
- "gazimagusa",
- "guzelyurt",
- "lefke"
-]
addedOutput schema / properties / cities / items
Added value: +{
+ "properties": {
+ "activeCount": {
+ "type": "number"
+ },
+ "city": {
+ "type": "string"
+ },
+ "hasData": {
+ "type": "boolean"
+ },
+ "lowSample": {
+ "type": "boolean"
+ },
+ "medianPrice": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "medianPricePerSqm": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "p25Price": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "p75Price": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "provenance": {
+ "properties": {
+ "agencies": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "maxAgencyShare": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "publishers": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "singleSource": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "publishers",
+ "agencies",
+ "maxAgencyShare",
+ "singleSource"
+ ],
+ "type": "object"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "topDistrict": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "topDistrictMedianPrice": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "withheldReason": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "slug",
+ "city",
+ "activeCount",
+ "hasData"
+ ],
+ "type": "object"
+}
addedOutput schema / properties / dataAsOf
Added value: +{
+ "type": [
+ "string",
+ "null"
+ ]
+}
addedOutput schema / properties / dataSource
Added value: +{
+ "type": "string"
+}
removedOutput schema / properties / generatedAt
Removed value: -{
- "type": "string"
-}
addedOutput schema / properties / isEstimate
Added value: +{
+ "type": "boolean"
+}
addedOutput schema / properties / metricType
Added value: +{
+ "type": "string"
+}
addedOutput schema / required
Added value: +[
+ "type",
+ "dataAsOf",
+ "cities"
+]