changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "applied_filters": {
+ "additionalProperties": {},
+ "type": "object"
+ },
+ "coverage": {
+ "additionalProperties": true,
+ "properties": {
+ "limit": {
+ "exclusiveMinimum": 0,
+ "type": "integer"
+ },
+ "more_results_possible": {
+ "type": "boolean"
+ },
+ "returned": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "total_known": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "returned",
+ "limit",
+ "total_known",
+ "more_results_possible"
+ ],
+ "type": "object"
+ },
+ "error": {
+ "type": "string"
+ },
+ "federated": {
+ "type": "boolean"
+ },
+ "guidance_code": {
+ "type": "string"
+ },
+ "offers": {
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "availability_status": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category_leaf": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "handoff": {},
+ "merchant_domain": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "p2209_id": {
+ "type": "string"
+ },
+ "price": {},
+ "provenance": {}
+ },
+ "required": [
+ "p2209_id",
+ "merchant_domain",
+ "name"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "result_count": {
+ "minimum": 0,
+ "type": "integer"
+ },
+ "scope": {
+ "additionalProperties": true,
+ "properties": {
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type"
+ ],
+ "type": "object"
+ }
+ },
+ "type": "object"
+}