changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "billing": {
+ "additionalProperties": false,
+ "properties": {
+ "billable": {
+ "type": "boolean"
+ },
+ "category": {
+ "enum": [
+ "billable",
+ "non_billable"
+ ],
+ "type": "string"
+ }
+ },
+ "required": [
+ "billable",
+ "category"
+ ],
+ "type": "object"
+ },
+ "capability": {
+ "const": "validate_invoice"
+ },
+ "data": {
+ "type": "object"
+ },
+ "decision": {
+ "enum": [
+ "ready",
+ "not_ready",
+ "needs_review",
+ "unavailable"
+ ],
+ "type": "string"
+ },
+ "decisionCategory": {
+ "enum": [
+ "proceed",
+ "review",
+ "blocked",
+ "no_result",
+ "invalid_input",
+ "unavailable",
+ "stale"
+ ],
+ "type": "string"
+ },
+ "generatedAt": {
+ "type": "string"
+ },
+ "limitations": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "product": {
+ "const": "com.jithox/einvoice-readiness"
+ },
+ "provenance": {
+ "additionalProperties": false,
+ "properties": {
+ "checksum": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "date": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "freshness": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "source": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "source",
+ "date",
+ "checksum",
+ "freshness"
+ ],
+ "type": "object"
+ },
+ "receipt": {
+ "oneOf": [
+ {
+ "type": "null"
+ },
+ {
+ "additionalProperties": false,
+ "properties": {
+ "keyId": {
+ "type": "string"
+ },
+ "publicKeyUrl": {
+ "type": "string"
+ },
+ "receiptId": {
+ "type": "string"
+ },
+ "signature": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "receiptId",
+ "keyId",
+ "signature",
+ "publicKeyUrl"
+ ],
+ "type": "object"
+ }
+ ]
+ },
+ "retryable": {
+ "type": "boolean"
+ },
+ "schemaVersion": {
+ "const": "jithox.fleet-trust-contract/v1"
+ }
+ },
+ "required": [
+ "schemaVersion",
+ "product",
+ "capability",
+ "decision",
+ "decisionCategory",
+ "data",
+ "provenance",
+ "limitations",
+ "receipt",
+ "billing",
+ "retryable",
+ "generatedAt"
+ ],
+ "title": "Jithox Fleet Trust Contract V1 — validate_invoice",
+ "type": "object"
+}