changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "collections": {
+ "description": "List of available GovInfo collections",
+ "items": {
+ "properties": {
+ "code": {
+ "description": "Collection code (e.g., BILLS, CFR)",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "granule_count": {
+ "description": "Number of granules in collection",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Collection name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "package_count": {
+ "description": "Number of packages in collection",
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "count": {
+ "description": "Total number of collections",
+ "type": "number"
+ }
+ },
+ "required": [
+ "count",
+ "collections"
+ ],
+ "type": "object"
+}