addedOutput schema / properties / analyzed_count
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / coverage_level
Added value: +{
+ "enum": [
+ "full",
+ "basic",
+ "none"
+ ],
+ "type": "string"
+}
changedOutput schema / properties / description / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / highlights / items / properties
Added value: +{
+ "address": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "caveats": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "city": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "coverage_level": {
+ "enum": [
+ "full",
+ "basic"
+ ],
+ "type": "string"
+ },
+ "cuisine_tags": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "distance_km": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "grade": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "neighborhood": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "preliminary_band": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price_level": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "seemor_id": {
+ "type": "string"
+ },
+ "tldr": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+}
addedOutput schema / properties / preliminary_count
Added value: +{
+ "type": [
+ "number",
+ "null"
+ ]
+}
addedOutput schema / properties / status / enum
Added value: +[
+ "ok",
+ "error",
+ "not_found"
+]