{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://api-evangelist.github.io/drchrono/json-schema/insurance.json", "title": "Insurance", "required": [], "type": "object", "properties": { "payer_name": { "type": "string", "description": "", "title": "payer_name" }, "state": { "type": "string", "description": "", "title": "state" }, "payer_id": { "type": "string", "description": "", "title": "payer_id" } } }