changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "errors": {
+ "maxItems": 0,
+ "type": "array"
+ },
+ "next_steps": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "normalized": {
+ "required": [
+ "name",
+ "description",
+ "endpoint",
+ "price_usdc",
+ "network"
+ ],
+ "type": "object"
+ },
+ "ok": {
+ "const": true
+ },
+ "provider_publication": {
+ "properties": {
+ "decision": {
+ "enum": [
+ "paid_publication_available",
+ "fix_readiness_before_purchase",
+ "run_free_verification"
+ ]
+ },
+ "price": {
+ "type": "object"
+ },
+ "purchase": {
+ "type": "object"
+ },
+ "schema": {
+ "const": "ontario.provider_publication_product.v1"
+ }
+ },
+ "required": [
+ "schema",
+ "decision",
+ "price",
+ "purchase"
+ ],
+ "type": "object"
+ },
+ "stores_listing": {
+ "const": false
+ },
+ "trust_disclaimer": {
+ "type": "string"
+ },
+ "verification": {
+ "description": "Optional public readiness observation; metadata validation alone does not verify readiness.",
+ "type": [
+ "object",
+ "null"
+ ]
+ },
+ "warnings": {
+ "items": {
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "ok",
+ "errors",
+ "warnings",
+ "normalized",
+ "verification",
+ "provider_publication",
+ "stores_listing",
+ "trust_disclaimer",
+ "next_steps"
+ ],
+ "type": "object"
+}