Unified.to · Schema

AtsReference

IntegrationsUnified API

Properties

Name Type Description
id string
name string
View JSON Schema on GitHub

JSON Schema

unified-to-atsreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AtsReference",
  "title": "AtsReference",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "type": "object"
}