Amazon Neptune · Schema

JobCreatedResponse

JobCreatedResponse schema from Neptune

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

Name Type Description
id string The unique identifier for the created job.
View JSON Schema on GitHub

JSON Schema

ml-job-created-response-schema.json Raw ↑
{
  "$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."
    }
  }
}