Hint Health · Schema

Public.FormItemBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
description string
help_text string
item_type string
title string
View JSON Schema on GitHub

JSON Schema

public-formitemblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-formitemblueprint_leaf",
  "title": "Public.FormItemBlueprint_leaf",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "help_text": {
      "type": "string"
    },
    "item_type": {
      "type": "string"
    },
    "title": {
      "type": "string"
    }
  }
}