changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "granules": {
+ "description": "List of granules in package",
+ "items": {
+ "properties": {
+ "class": {
+ "description": "Granule class/type",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "id": {
+ "description": "Granule ID",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "link": {
+ "description": "URL to granule on GovInfo",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "title": {
+ "description": "Granule title",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "next_offset_mark": {
+ "description": "Pagination cursor for next results",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "package_id": {
+ "description": "GovInfo package ID",
+ "type": "string"
+ },
+ "returned": {
+ "description": "Number of granules returned",
+ "type": "number"
+ },
+ "total": {
+ "description": "Total granules in package",
+ "type": "number"
+ }
+ },
+ "required": [
+ "package_id",
+ "total",
+ "returned",
+ "granules"
+ ],
+ "type": "object"
+}