Procurify · Schema

DomainSwitching

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
active boolean
procurify_domains array
View JSON Schema on GitHub

JSON Schema

domainswitching.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "DomainSwitching",
  "type": "object",
  "properties": {
    "active": {
      "type": "boolean"
    },
    "procurify_domains": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ProcurifyDomain"
      }
    }
  },
  "required": [
    "active",
    "procurify_domains"
  ]
}