Unified.to · Schema

AccountingReference

IntegrationsUnified API

Properties

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

JSON Schema

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