changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "docs": {
+ "type": "string"
+ },
+ "facilitator": {
+ "type": "string"
+ },
+ "free_previews_http": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "free_tools": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "how_to_pay": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "paid_tools": {
+ "items": {
+ "properties": {
+ "description": {
+ "type": "string"
+ },
+ "price_usd": {
+ "type": "number"
+ },
+ "tool": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "tool",
+ "price_usd",
+ "description"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "server": {
+ "type": "string"
+ },
+ "version": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "server",
+ "version",
+ "network",
+ "currency",
+ "paid_tools",
+ "free_tools",
+ "docs"
+ ],
+ "type": "object"
+}