Hint Health · Schema

Public.SignupAttemptBlueprint_one

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
created_at string
email string
first_name string
last_name string
lead_source_other string
phone_number string
status string
updated_at string
zip string
lead_source object
signup_page object
View JSON Schema on GitHub

JSON Schema

public-signupattemptblueprint_one.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-signupattemptblueprint_one",
  "title": "Public.SignupAttemptBlueprint_one",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "created_at": {
      "type": "string",
      "format": "date-time"
    },
    "email": {
      "type": "string"
    },
    "first_name": {
      "type": "string"
    },
    "last_name": {
      "type": "string"
    },
    "lead_source_other": {
      "type": "string"
    },
    "phone_number": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time"
    },
    "zip": {
      "type": "string"
    },
    "lead_source": {
      "$ref": "#/components/schemas/Public.LeadSourceBlueprint_leaf"
    },
    "signup_page": {
      "$ref": "#/components/schemas/Public.SignupPageBlueprint_leaf"
    }
  }
}