Hint Health · Schema

Public.FormBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
description string
name string
created_at string
form_items object
View JSON Schema on GitHub

JSON Schema

public-formblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-formblueprint_leaf",
  "title": "Public.FormBlueprint_leaf",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "form_items": {
      "$ref": "#/components/schemas/Public.FormItemBlueprint_leaf"
    }
  }
}