Hint Health · Schema

Public.AddressBlueprint_leaf

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
city string
country string
line1 string
line2 string
state string
zip string
latitude number
longitude number
View JSON Schema on GitHub

JSON Schema

public-addressblueprint_leaf.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-addressblueprint_leaf",
  "title": "Public.AddressBlueprint_leaf",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "country": {
      "type": "string"
    },
    "line1": {
      "type": "string"
    },
    "line2": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "zip": {
      "type": "string"
    },
    "latitude": {
      "type": "number",
      "format": "float"
    },
    "longitude": {
      "type": "number",
      "format": "float"
    }
  }
}