StartMatchingJobOutput

StartMatchingJobOutput schema from AWS EntityResolution

Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

Properties

Name Type Description
jobId object
View JSON Schema on GitHub

JSON Schema

amazon-entity-resolution-start-matching-job-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-schema/amazon-entity-resolution-start-matching-job-output-schema.json",
  "title": "StartMatchingJobOutput",
  "description": "StartMatchingJobOutput schema from AWS EntityResolution",
  "type": "object",
  "properties": {
    "jobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/JobId"
        },
        {
          "description": "The ID of the job."
        }
      ]
    }
  },
  "required": [
    "jobId"
  ]
}