Xero · Schema

ProjectPatch

AccountingBank FeedsFinanceFinancial ServicesInvoicingPayrollSmall Business

Properties

Name Type Description
status string
View JSON Schema on GitHub

JSON Schema

xero-projectpatch-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProjectPatch",
  "title": "ProjectPatch",
  "externalDocs": {
    "url": "https://developer.xero.com/documentation/projects/projects"
  },
  "type": "object",
  "properties": {
    "status": {
      "$ref": "#/components/schemas/ProjectStatus",
      "type": "string"
    }
  },
  "required": [
    "status"
  ]
}