{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-get-classifiers-request-schema.json", "title": "GetClassifiersRequest", "description": "GetClassifiersRequest schema from Amazon Glue API", "type": "object", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/PageSize" }, { "description": "The size of the list to return (optional)." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "An optional continuation token." } ] } } }