changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "caveats": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "cheapestSingleTestAllIn": {
+ "additionalProperties": {},
+ "properties": {
+ "allIn": {
+ "description": "Sticker + that provider's per-order fees, one test ordered alone",
+ "type": "number"
+ },
+ "note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "perOrderFees": {
+ "description": "USD",
+ "type": "number"
+ },
+ "pricedAt": {
+ "description": "Date the price was verified (YYYY-MM-DD)",
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "providerName": {
+ "type": "string"
+ },
+ "sticker": {
+ "description": "USD",
+ "type": "number"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "dataset": {
+ "description": "Absolute https URL on test-well.com",
+ "type": "string"
+ },
+ "found": {
+ "type": "boolean"
+ },
+ "hint": {
+ "type": "string"
+ },
+ "license": {
+ "type": "string"
+ },
+ "methodology": {
+ "type": "string"
+ },
+ "providers": {
+ "description": "Sorted by all-in price, TestWell included",
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "allIn": {
+ "description": "Sticker + that provider's per-order fees, one test ordered alone",
+ "type": "number"
+ },
+ "note": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "perOrderFees": {
+ "description": "USD",
+ "type": "number"
+ },
+ "pricedAt": {
+ "description": "Date the price was verified (YYYY-MM-DD)",
+ "type": "string"
+ },
+ "provider": {
+ "type": "string"
+ },
+ "providerName": {
+ "type": "string"
+ },
+ "sticker": {
+ "description": "USD",
+ "type": "number"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "query": {
+ "type": "string"
+ },
+ "reference": {
+ "additionalProperties": {},
+ "properties": {
+ "hospitalTypical": {
+ "anyOf": [
+ {
+ "description": "USD",
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "questDirect": {
+ "anyOf": [
+ {
+ "description": "USD",
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "test": {
+ "additionalProperties": {},
+ "properties": {
+ "category": {
+ "type": "string"
+ },
+ "cpt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "name": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+}