{ "$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-job-bookmark-response-schema.json", "title": "GetJobBookmarkResponse", "description": "GetJobBookmarkResponse schema from Amazon Glue API", "type": "object", "properties": { "JobBookmarkEntry": { "allOf": [ { "$ref": "#/components/schemas/JobBookmarkEntry" }, { "description": "A structure that defines a point that a job can resume processing." } ] } } }