{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "PriceStatus", "description": "The status of the Price.", "type": "string", "enum": [ "tradeable", "non-tradeable", "invalid" ] }