Hint Health · Schema

Public.PartnerAppUserBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
roles string
product object
View JSON Schema on GitHub

JSON Schema

public-partnerappuserblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-partnerappuserblueprint_leaf",
  "title": "Public.PartnerAppUserBlueprint_leaf",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "roles": {
      "type": "string"
    },
    "product": {
      "$ref": "#/components/schemas/Public.PartnerProductBlueprint_leaf"
    }
  }
}