{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.hint.com/schemas/platform-partnerblueprint_one", "title": "Platform.PartnerBlueprint_one", "type": "object", "properties": { "id": { "type": "string" }, "active": { "type": "string" }, "email": { "type": "string" }, "logo_url": { "type": "string" }, "name": { "type": "string" }, "organization_id": { "type": "string" }, "requires_mfa": { "type": "string" }, "status": { "type": "string" }, "webhook_url": { "type": "string" } } }