{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Defaults", "description": "the query parameters for which default values were used are returned here", "type": "object", "properties": { "searchDate": { "type": "string", "description": "the date on which the traveler is performing the search." } } }