{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-membershippatientblueprint_leaf_with_patient", "title": "Public.MembershipPatientBlueprint_leaf_with_patient", "type": "object", "properties": { "end_date": { "type": "string" }, "enrollment_requested_on": { "type": "string", "format": "date" }, "enrollment_status": { "type": "string" }, "member_type": { "type": "string" }, "start_date": { "type": "string", "format": "date" }, "status": { "type": "string" }, "uses_tobacco": { "type": "boolean" }, "patient": { "$ref": "#/components/schemas/Public.PatientBlueprint_min" } } }