{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-schema/ml-job-created-response-schema.json", "title": "JobCreatedResponse", "description": "JobCreatedResponse schema from Neptune", "type": "object", "properties": { "id": { "type": "string", "description": "The unique identifier for the created job." } } }