Procurify · Schema

FlagRead

Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration

Properties

Name Type Description
color string
symbol string
object_id integer
content_type integer
View JSON Schema on GitHub

JSON Schema

flagread.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "FlagRead",
  "type": "object",
  "properties": {
    "color": {
      "type": "string",
      "readOnly": true
    },
    "symbol": {
      "type": "string",
      "readOnly": true
    },
    "object_id": {
      "type": "integer",
      "maximum": 4294967295,
      "minimum": 0,
      "format": "int64"
    },
    "content_type": {
      "type": "integer",
      "nullable": true
    }
  },
  "required": [
    "object_id"
  ]
}