{ "$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-security-configurations-request-schema.json", "title": "GetSecurityConfigurationsRequest", "description": "GetSecurityConfigurationsRequest schema from Amazon Glue API", "type": "object", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/PageSize" }, { "description": "The maximum number of results to return." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "A continuation token, if this is a continuation call." } ] } } }