Hint Health · Schema

Public.CategoryBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
name string
created_at string
default_for_memberships boolean
View JSON Schema on GitHub

JSON Schema

public-categoryblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-categoryblueprint_one",
  "title": "Public.CategoryBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "default_for_memberships": {
      "type": "boolean"
    }
  }
}