Amazon Neptune · JSON Structure

Ml Job List Response Structure

JobListResponse schema from Neptune

Type: object Properties: 1
DatabaseGraph DatabaseGremlinNeptuneProperty GraphRDFSPARQL

JobListResponse is a JSON Structure definition published by Amazon Neptune, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ids

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-neptune/refs/heads/main/json-structure/ml-job-list-response-structure.json",
  "name": "JobListResponse",
  "description": "JobListResponse schema from Neptune",
  "type": "object",
  "properties": {
    "ids": {
      "type": "array",
      "description": "List of job IDs.",
      "items": {
        "type": "string"
      }
    }
  }
}