Apideck · Schema

LinkedDepartment

IntegrationsUnified API

Properties

Name Type Description
id object
display_id object
name object
downstream_id object
View JSON Schema on GitHub

JSON Schema

apideck-linkeddepartment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/LinkedDepartment",
  "title": "LinkedDepartment",
  "type": "object",
  "x-apideck-schema-id": "LinkedDepartment",
  "x-apideck-weights": {
    "id": "critical",
    "display_id": "medium",
    "name": "medium",
    "downstream_id": "low"
  },
  "nullable": true,
  "properties": {
    "id": {
      "$ref": "#/components/schemas/Id"
    },
    "display_id": {
      "$ref": "#/components/schemas/DisplayId"
    },
    "name": {
      "$ref": "#/components/schemas/Name"
    },
    "downstream_id": {
      "$ref": "#/components/schemas/DownstreamId"
    }
  }
}