{ "$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-response-schema.json", "title": "GetSecurityConfigurationsResponse", "description": "GetSecurityConfigurationsResponse schema from Amazon Glue API", "type": "object", "properties": { "SecurityConfigurations": { "allOf": [ { "$ref": "#/components/schemas/SecurityConfigurationList" }, { "description": "A list of security configurations." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "A continuation token, if there are more security configurations to return." } ] } } }