Schema for a Search Field
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "SearchField", "type": "object", "description": "Schema for a Search Field", "properties": { "searchParameter": { "type": "string", "description": "Merchant api search parameter" }, "required": { "type": "boolean", "description": "If the search field is required" } } }