addedOutput schema / properties / _meta
Added value: +{
+ "properties": {
+ "args": {
+ "properties": {
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}
addedOutput schema / properties / nb_datasets
Added value: +{
+ "type": "number"
+}
addedOutput schema / properties / nb_series
Added value: +{
+ "type": "number"
+}
removedOutput schema / properties / providers / items
Removed value: -{
- "properties": {
- "code": {
- "description": "Provider code",
- "type": "string"
- },
- "datasets_count": {
- "description": "Number of datasets",
- "type": "number"
- },
- "name": {
- "description": "Provider name",
- "type": "string"
- },
- "region": {
- "description": "Geographic region",
- "type": "string"
- }
- },
- "type": "object"
-}
addedOutput schema / properties / providers / properties
Added value: +{
+ "docs": {
+ "items": {
+ "properties": {
+ "code": {
+ "type": "string"
+ },
+ "indexed_at": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "region": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "terms_of_use": {
+ "type": "string"
+ },
+ "website": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "num_found": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ }
+}
changedOutput schema / properties / providers / type
Previous value: -"array"New value: +"object"