{ "type": "object", "name": "CompanySearchInput", "properties": { "fieldName": { "type": "string" }, "fieldType": { "type": "string" }, "description": { "type": "string" }, "accessGranted": { "type": "string" } }, "required": [ "fieldName", "fieldType", "description", "accessGranted" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }