{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-get-dev-endpoints-request-structure.json", "name": "GetDevEndpointsRequest", "description": "GetDevEndpointsRequest schema from Amazon Glue API", "type": "object", "properties": { "MaxResults": { "allOf": [ { "$ref": "#/components/schemas/PageSize" }, { "description": "The maximum size of information to return." } ] }, "NextToken": { "allOf": [ { "$ref": "#/components/schemas/GenericString" }, { "description": "A continuation token, if this is a continuation call." } ] } } }