changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "additionalProperties": {},
+ "properties": {
+ "bioavailableTestosterone": {
+ "additionalProperties": {},
+ "properties": {
+ "ngdL": {
+ "type": "number"
+ },
+ "nmolL": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "freePercent": {
+ "type": "number"
+ },
+ "freeTestosterone": {
+ "additionalProperties": {},
+ "properties": {
+ "ngdL": {
+ "type": "number"
+ },
+ "nmolL": {
+ "type": "number"
+ },
+ "pgmL": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "inputs": {
+ "additionalProperties": {},
+ "properties": {
+ "albuminGdL": {
+ "type": "number"
+ },
+ "shbg": {
+ "type": "number"
+ },
+ "totalT": {
+ "type": "number"
+ },
+ "totalTUnit": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "method": {
+ "type": "string"
+ },
+ "tests": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "name": {
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "toolUrl": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}