{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-list-schemas-response-structure.json", "name": "ListSchemasResponse", "description": "ListSchemasResponse schema from Amazon Glue API", "type": "object", "properties": { "Schemas": { "allOf": [ { "$ref": "#/components/schemas/SchemaListDefinition" }, { "description": "An array of SchemaListItem objects containing details of each schema." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/SchemaRegistryTokenString" }, { "description": "A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last." } ] } } }