{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "contactDetails", "properties": { "contact_name": { "description": "The name of the contact.", "type": "string" } } }