Hint Health · Schema

Platform.PartnerBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
active string
email string
logo_url string
name string
organization_id string
requires_mfa string
status string
webhook_url string
View JSON Schema on GitHub

JSON Schema

platform-partnerblueprint_one.json Raw ↑
{
  "$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"
    }
  }
}