Hint Health · Schema

Public.PartnerProductBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
name string
View JSON Schema on GitHub

JSON Schema

public-partnerproductblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-partnerproductblueprint_leaf",
  "title": "Public.PartnerProductBlueprint_leaf",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}