changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "offers": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "items": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "evidence": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "confidence": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "number"
+ }
+ ]
+ },
+ "expires_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "observed_at": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "source_class": {
+ "type": "string"
+ },
+ "source_url": {
+ "anyOf": [
+ {
+ "format": "uri",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "statement": {
+ "type": "string"
+ },
+ "verification_status": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "source_class"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "quantity": {
+ "type": "number"
+ },
+ "relationship": {
+ "type": "string"
+ },
+ "request_item_id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "unit": {
+ "type": "string"
+ },
+ "unit_price_minor": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "id",
+ "description",
+ "quantity",
+ "unit",
+ "unit_price_minor",
+ "relationship"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "status": {
+ "type": "string"
+ },
+ "supplier_id": {
+ "minLength": 1,
+ "type": "string"
+ },
+ "supplier_name": {
+ "type": "string"
+ },
+ "total_minor": {
+ "maximum": 9007199254740991,
+ "minimum": 0,
+ "type": "integer"
+ }
+ },
+ "required": [
+ "id",
+ "currency",
+ "total_minor",
+ "items"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "unquoted_items": {
+ "items": {},
+ "type": "array"
+ }
+ },
+ "required": [
+ "offers"
+ ],
+ "type": "object"
+}