changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "count": {
+ "type": "number"
+ },
+ "note": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "bazaar_listing_url": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "category": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "endpoint": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "latency_p50_ms": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "methodology_version": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "price_per_call": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "scores": {
+ "additionalProperties": false,
+ "properties": {
+ "docs": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "quality": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "reliability": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": [
+ "number",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "reliability",
+ "quality",
+ "value",
+ "docs"
+ ],
+ "type": "object"
+ },
+ "service": {
+ "type": "string"
+ },
+ "updated_at": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "verdict": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "service",
+ "endpoint",
+ "category",
+ "price_per_call",
+ "bazaar_listing_url",
+ "verdict",
+ "scores",
+ "latency_p50_ms",
+ "updated_at",
+ "methodology_version"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "count",
+ "results",
+ "note"
+ ],
+ "type": "object"
+}