Hint Health · Schema

Public.CompanyAccountBlueprint_for_membership_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
company object
View JSON Schema on GitHub

JSON Schema

public-companyaccountblueprint_for_membership_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-companyaccountblueprint_for_membership_one",
  "title": "Public.CompanyAccountBlueprint_for_membership_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "company": {
      "$ref": "#/components/schemas/Public.CompanyBlueprint_leaf"
    }
  }
}