changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "found": {
+ "type": "boolean"
+ },
+ "item": {
+ "additionalProperties": {},
+ "properties": {
+ "aliases": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "biomarkerCount": {
+ "type": "number"
+ },
+ "biomarkers": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "category": {
+ "type": "string"
+ },
+ "cpt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "CPT code when verified"
+ },
+ "currency": {
+ "type": "string"
+ },
+ "description": {
+ "type": "string"
+ },
+ "fastingRequired": {
+ "type": "boolean"
+ },
+ "id": {
+ "type": "string"
+ },
+ "labFee": {
+ "description": "Flat per-order lab processing fee (charged once per order)",
+ "type": "number"
+ },
+ "labs": {
+ "description": "Labs that run it: Quest, Labcorp, BioReference",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "markdownUrl": {
+ "description": "Absolute https URL on test-well.com",
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "orderUrl": {
+ "description": "Prefilled cart link",
+ "type": "string"
+ },
+ "orderable": {
+ "type": "boolean"
+ },
+ "popular": {
+ "type": "boolean"
+ },
+ "prepInstructions": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "prices": {
+ "additionalProperties": {},
+ "description": "Sticker price per lab; null where the lab does not run the item",
+ "properties": {
+ "bioreference": {
+ "anyOf": [
+ {
+ "description": "USD",
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "labcorp": {
+ "anyOf": [
+ {
+ "description": "USD",
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "quest": {
+ "anyOf": [
+ {
+ "description": "USD",
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "resultsIn": {
+ "description": "Turnaround, e.g. '1-3 business days'",
+ "type": "string"
+ },
+ "reviewedAt": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "sampleType": {
+ "type": "string"
+ },
+ "slug": {
+ "type": "string"
+ },
+ "type": {
+ "enum": [
+ "test",
+ "panel"
+ ],
+ "type": "string"
+ },
+ "url": {
+ "description": "Absolute https URL on test-well.com",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "suggestions": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}