{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/public-interactionblueprint_one", "title": "Public.InteractionBlueprint_one", "type": "object", "properties": { "id": { "type": "string" }, "body": { "type": "string" }, "patient_id": { "type": "string" }, "status": { "type": "string" }, "title": { "type": "string" }, "type": { "type": "string" } } }