Amazon Neptune · Schema

JobCreatedResponse

DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

Properties

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

JSON Schema

amazon-neptune-jobcreatedresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/JobCreatedResponse",
  "title": "JobCreatedResponse",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "The unique identifier for the created job."
    }
  }
}