{"$schema":"https://json-schema.org/draft/2020-12/schema","additionalProperties":false,"properties":{"actionId":{"maxLength":240,"minLength":1,"type":"string"},"actorType":{"enum":["AGENT","SYSTEM","HUMAN"],"type":"string"},"evidenceIds":{"items":{"pattern":"^[a-z][a-z0-9-]{1,99}$","type":"string"},"maxItems":100,"minItems":1,"type":"array"},"executionAttemptState":{"enum":["NOT_ATTEMPTED","ATTEMPTED","FAILED","COMPLETED"],"type":"string"},"limitations":{"items":{"maxLength":1200,"minLength":1,"type":"string"},"maxItems":30,"minItems":1,"type":"array"},"observedScope":{"maxLength":1200,"minLength":1,"type":"string"},"providerAcknowledgementState":{"enum":["NOT_OBSERVED","ACKNOWLEDGED","REJECTED","CONFLICTING"],"type":"string"},"receiptId":{"pattern":"^[a-z][a-z0-9-]{1,99}$","type":"string"},"recordedAt":{"format":"date-time","pattern":"^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))T(?:(?:[01]\\d|2[0-3]):[0-5]\\d(?::[0-5]\\d(?:\\.\\d+)?)?(?:Z|([+-](?:[01]\\d|2[0-3]):[0-5]\\d)))$","type":"string"},"schemaVersion":{"const":"decision-assurance-settlement-receipt-v1","type":"string"},"settlementState":{"enum":["NOT_OBSERVED","PROVIDER_ACCEPTED","EXTERNAL_EFFECT_CONFIRMED","CONFLICTING","FAILED"],"type":"string"},"successfulBusinessOutcomeEstablished":{"const":false,"type":"boolean"}},"required":["schemaVersion","receiptId","actionId","recordedAt","executionAttemptState","providerAcknowledgementState","settlementState","successfulBusinessOutcomeEstablished","evidenceIds","observedScope","limitations","actorType"],"type":"object"}
