changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "dataset_id": {
+ "description": "Dataset ID",
+ "type": "string"
+ },
+ "editions": {
+ "description": "List of editions",
+ "items": {
+ "properties": {
+ "edition": {
+ "description": "Edition label",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latest_version_id": {
+ "description": "ID of the latest version for this edition",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "release_date": {
+ "description": "Release date",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "state": {
+ "description": "Edition state",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total": {
+ "description": "Total number of editions",
+ "type": "integer"
+ }
+ },
+ "required": [
+ "dataset_id",
+ "total",
+ "editions"
+ ],
+ "type": "object"
+}