addedOutput schema / properties / policy_evidence
Added value: +{
+ "additionalProperties": true,
+ "properties": {
+ "checked_at": {
+ "type": "string"
+ },
+ "current": {
+ "type": "boolean"
+ },
+ "evaluated_at": {
+ "type": "string"
+ },
+ "policy": {
+ "enum": [
+ "refund",
+ "cancel",
+ "return",
+ "trial"
+ ],
+ "type": "string"
+ },
+ "policy_version": {
+ "type": "string"
+ },
+ "reason": {
+ "type": "string"
+ },
+ "schema_version": {
+ "enum": [
+ "policy_evidence_v1"
+ ],
+ "type": "string"
+ },
+ "snapshot_generated_at": {
+ "type": "string"
+ },
+ "snapshot_hash": {
+ "type": "string"
+ },
+ "source_hash": {
+ "type": "string"
+ },
+ "source_url": {
+ "type": "string"
+ },
+ "status": {
+ "enum": [
+ "current",
+ "expired",
+ "unavailable",
+ "review_required"
+ ],
+ "type": "string"
+ },
+ "valid_until": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "vendor": {
+ "type": "string"
+ },
+ "verified_at": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "schema_version",
+ "policy",
+ "vendor",
+ "status",
+ "reason",
+ "current",
+ "evaluated_at"
+ ],
+ "type": "object"
+}