Procurify · Schema
MasterLogger
Spend ManagementProcurementPurchase OrdersAccounts PayableVendor ManagementBudget TrackingProcure-to-PayERP Integration
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| user | object | |
| next_approver | object | |
| next_approvers | array | |
| nextApprover | object | |
| approval_delegation | object | |
| dateTime | string | |
| action | integer | |
| line_qty_pass | string | |
| line_qty_fail | string | |
| order | integer | |
| lineItem | integer | |
| PO | integer | |
| inventoryItem | integer | |
| stocking_parent | integer |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "MasterLogger",
"type": "object",
"properties": {
"id": {
"type": "integer",
"readOnly": true
},
"user": {
"$ref": "#/components/schemas/UserSummary"
},
"next_approver": {
"$ref": "#/components/schemas/UserSummary"
},
"next_approvers": {
"type": "array",
"items": {
"type": "integer"
}
},
"nextApprover": {
"$ref": "#/components/schemas/UserSummary"
},
"approval_delegation": {
"allOf": [
{
"$ref": "#/components/schemas/ApprovalDelegationRead"
}
],
"nullable": true,
"type": "object"
},
"dateTime": {
"type": "string",
"format": "date-time",
"readOnly": true
},
"action": {
"nullable": true,
"minimum": -2147483648,
"maximum": 2147483647,
"oneOf": [
{
"$ref": "#/components/schemas/ActionEnum"
},
{
"$ref": "#/components/schemas/NullEnum"
}
],
"type": "integer"
},
"line_qty_pass": {
"type": "string",
"format": "decimal",
"pattern": "^-?\\d{0,10}(?:\\.\\d{0,5})?$",
"nullable": true
},
"line_qty_fail": {
"type": "string",
"format": "decimal",
"pattern": "^-?\\d{0,10}(?:\\.\\d{0,5})?$",
"nullable": true
},
"order": {
"type": "integer",
"nullable": true
},
"lineItem": {
"type": "integer",
"nullable": true
},
"PO": {
"type": "integer",
"title": "Procurify PO Number",
"nullable": true
},
"inventoryItem": {
"type": "integer",
"nullable": true
},
"stocking_parent": {
"type": "integer",
"nullable": true
}
},
"required": [
"approval_delegation",
"nextApprover",
"next_approver",
"user"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/masterlogger"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.