changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": true,
+ "properties": {
+ "description": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "evidence": {
+ "anyOf": [
+ {
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+ },
+ {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "grade": {
+ "type": "string"
+ },
+ "latency_ms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "probed_at": {
+ "type": "string"
+ },
+ "protocol_access": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "provisional": {
+ "type": [
+ "number",
+ "boolean"
+ ]
+ },
+ "reachable": {
+ "type": [
+ "number",
+ "boolean",
+ "null"
+ ]
+ },
+ "remote_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "repo_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "score": {
+ "type": "number"
+ },
+ "server_name": {
+ "type": "string"
+ },
+ "tool_count": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "version": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "server_name",
+ "grade",
+ "score",
+ "provisional",
+ "probed_at"
+ ],
+ "type": "object"
+}