changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "artifact_types": {
+ "items": {
+ "properties": {
+ "purpose": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "url_pattern": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "type",
+ "url_pattern",
+ "purpose"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "built_by": {
+ "properties": {
+ "studio": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "description": {
+ "type": "string"
+ },
+ "methodology": {
+ "properties": {
+ "cognitive_lenses": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "default_projection": {
+ "type": "string"
+ },
+ "summary": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "name": {
+ "type": "string"
+ },
+ "regional_scope": {
+ "properties": {
+ "cities": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "primary_region": {
+ "type": "string"
+ },
+ "state": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "surfaces": {
+ "properties": {
+ "decoder_index": {
+ "type": "string"
+ },
+ "llms_full": {
+ "type": "string"
+ },
+ "llms_index": {
+ "type": "string"
+ },
+ "mcp_endpoint": {
+ "type": "string"
+ },
+ "mcp_manifest": {
+ "type": "string"
+ },
+ "patterns_atlas": {
+ "type": "string"
+ },
+ "schema_url": {
+ "type": "string"
+ },
+ "site": {
+ "type": "string"
+ },
+ "sitemap": {
+ "type": "string"
+ },
+ "status_url": {
+ "type": "string"
+ },
+ "track_record": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "site",
+ "mcp_endpoint",
+ "status_url",
+ "schema_url"
+ ],
+ "type": "object"
+ }
+ },
+ "required": [
+ "name",
+ "description",
+ "artifact_types",
+ "methodology",
+ "surfaces"
+ ],
+ "type": "object"
+}