{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-classifiers-response-structure.json", "name": "GetClassifiersResponse", "description": "GetClassifiersResponse schema from Amazon Glue API", "type": "object", "properties": { "Classifiers": { "allOf": [ { "$ref": "#/components/schemas/ClassifierList" }, { "description": "The requested list of classifier objects." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/Token" }, { "description": "A continuation token." } ] } } }