changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "decline": {
+ "additionalProperties": {},
+ "properties": {
+ "reason_code": {
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "status"
+ ],
+ "type": "object"
+ },
+ "sourcing_request": {
+ "additionalProperties": {},
+ "properties": {
+ "artifacts": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "artifact_type": {
+ "type": "string"
+ },
+ "checksum_sha256": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "data_classification": {
+ "type": "string"
+ },
+ "disclosure_status": {
+ "type": "string"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "media_type": {
+ "type": "string"
+ },
+ "original_filename": {
+ "type": "string"
+ },
+ "project_id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "purpose": {
+ "type": "string"
+ },
+ "scan_status": {
+ "type": "string"
+ },
+ "size_bytes": {
+ "anyOf": [
+ {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "required": [
+ "id",
+ "original_filename",
+ "media_type",
+ "artifact_type",
+ "purpose",
+ "data_classification",
+ "scan_status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "category": {
+ "type": "string"
+ },
+ "demand_lane": {
+ "type": "string"
+ },
+ "dispatches": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "channel": {
+ "type": "string"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "status": {
+ "type": "string"
+ },
+ "supplier_id": {
+ "minLength": 1,
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "supplier_id",
+ "channel",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "quantity": {
+ "type": "number"
+ },
+ "unit": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "description",
+ "quantity",
+ "unit"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "matches": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "match_reasons": {
+ "items": {},
+ "type": "array"
+ },
+ "status": {
+ "type": "string"
+ },
+ "supplier_id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "supplier_name": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "supplier_id",
+ "status"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "project_id": {
+ "anyOf": [
+ {
+ "minLength": 1,
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "status": {
+ "type": "string"
+ },
+ "workflow_status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "id",
+ "category",
+ "status"
+ ],
+ "type": "object"
+ }
+ },
+ "type": "object"
+}