{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.imatest.com/schema/25-1/common-number",
  "title": "Imatest Number",
  "description": "A number from an Imatest output that may contain values not defined in JSON.",
  "oneOf": [
    {
      "type": "number"
    },
    {
      "type": "null",
      "$comment": "A null in the result indicates one of the following: (1) The value was NaN (indicating an invalid measurement). (2) The value was infinite."
    }
  ]
}