removedInput schema / properties / domain
Removed value: -{
- "maxLength": 100,
- "minLength": 1,
- "type": "string"
-}
addedInput schema / properties / kind
Added value: +{
+ "default": "all",
+ "description": "Search all sources, downloadable datasets, or statistical series",
+ "enum": [
+ "all",
+ "dataset",
+ "statistics"
+ ],
+ "type": "string"
+}
changedInput schema / properties / limit / maximum
Previous value: -50New value: +20
changedInput schema / properties / query / description
Previous value: -"Words in Japanese or English"New value: +"What data to find, preferably in Japanese"
changedInput schema / properties / query / maxLength
Previous value: -200New value: +80
changedInput schema / properties / query / minLength
Previous value: -1New value: +2
removedInput schema / properties / sourceId
Removed value: -{
- "maxLength": 100,
- "minLength": 1,
- "type": "string"
-}
addedInput schema / required
Added value: +[
+ "query"
+]
addedOutput schema / properties / available
Added value: +{
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+}
removedOutput schema / properties / catalog_version
Removed value: -{
- "type": "string"
-}
removedOutput schema / properties / matches
Removed value: -{
- "items": {},
- "type": "array"
-}
addedOutput schema / properties / note
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / query
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / results
Added value: +{
+ "items": {},
+ "type": "array"
+}
addedOutput schema / properties / searched_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / sources
Added value: +{
+ "items": {},
+ "type": "array"
+}
addedOutput schema / properties / status
Added value: +{
+ "const": "ok",
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "matches",
- "total",
- "catalog_version"
-]New value: +[
+ "status",
+ "query",
+ "searched_at",
+ "results",
+ "total",
+ "available",
+ "sources",
+ "note"
+]