{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "persons_entitled", "required": [ "name" ], "properties": { "name": { "type": "string", "description": "The name of the person entitled." } } }