Apideck · Schema

Tags

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

apideck-tags-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Tags",
  "title": "Tags",
  "type": "array",
  "x-apideck-schema-id": "Tags",
  "items": {
    "type": "string"
  },
  "example": [
    "New"
  ],
  "nullable": true
}