ListCustomEntityTypesRequest schema from Amazon Glue API
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-list-custom-entity-types-request-schema.json", "title": "ListCustomEntityTypesRequest", "description": "ListCustomEntityTypesRequest schema from Amazon Glue API", "type": "object", "properties": { "NextToken": { "allOf": [ { "$ref": "#/components/schemas/PaginationToken" }, { "description": "A paginated token to offset the results." } ] }, "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/PageSize" }, { "description": "The maximum number of results to return." } ] } } }