{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-reset-job-bookmark-response-schema.json", "title": "ResetJobBookmarkResponse", "description": "ResetJobBookmarkResponse schema from Amazon Glue API", "type": "object", "properties": { "JobBookmarkEntry": { "allOf": [ { "$ref": "#/components/schemas/JobBookmarkEntry" }, { "description": "The reset bookmark entry." } ] } } }