Apideck · Schema

AttachmentReference

IntegrationsUnified API

Properties

Name Type Description
type object
id object
View JSON Schema on GitHub

JSON Schema

apideck-attachmentreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AttachmentReference",
  "title": "AttachmentReference",
  "type": "object",
  "x-apideck-schema-id": "AttachmentReference",
  "properties": {
    "type": {
      "$ref": "#/components/schemas/AttachmentReferenceType"
    },
    "id": {
      "$ref": "#/components/schemas/Id"
    }
  },
  "additionalProperties": false
}