{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Value", "title": "Value", "type": "object", "properties": { "applicable": { "type": "boolean", "description": "If set to true, this flag indicates the value in the value field is valid as computed.

A value of false indicates one or more of the values used to calculate the value was invalid. The occurrence of this is a rare, however consider this case: suppose a buyer navigates to a View Item page at 11:59 pm (the end of the day) and purchases the item at 12:05am the next day. In this case, the item would have been purchased with 0 views for the day." }, "value": { "type": "object", "description": "The value of the report data." } }, "description": "A complex type that contains a value, plus the veracity of that value." }