changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "access": {
+ "type": "string"
+ },
+ "boundaries": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "mcp_endpoint": {
+ "format": "uri",
+ "type": "string"
+ },
+ "openapi": {
+ "format": "uri",
+ "type": "string"
+ },
+ "purpose": {
+ "type": "string"
+ },
+ "rest_api": {
+ "format": "uri",
+ "type": "string"
+ },
+ "service": {
+ "type": "string"
+ },
+ "supplier_directory": {
+ "type": "string"
+ },
+ "use_when": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "service",
+ "purpose",
+ "use_when",
+ "boundaries",
+ "mcp_endpoint",
+ "rest_api",
+ "openapi",
+ "supplier_directory",
+ "access"
+ ],
+ "type": "object"
+}