{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "appointmentLinkTypes", "required": [ "company" ], "properties": { "company": { "description": "Link to the company profile resource that this appointment is associated with.", "type": "string" } } }