{ "type": "object", "properties": { "companyname": { "type": "string", "example": "Acme Corporation" }, "personfirstname": { "type": "string", "example": "Acme Corporation" }, "personlastname": { "type": "string", "example": "Acme Corporation" }, "personemailaddress": { "type": "string", "example": "[email protected]" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "Input17" }