Hint Health · Schema

Public.Payable.InvoiceBlueprint_min_with_owner

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans

Properties

Name Type Description
id string
invoice_number string
type string
owner object
View JSON Schema on GitHub

JSON Schema

public-payable-invoiceblueprint_min_with_owner.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/public-payable-invoiceblueprint_min_with_owner",
  "title": "Public.Payable.InvoiceBlueprint_min_with_owner",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "invoice_number": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "owner": {
      "$ref": "#/components/schemas/Public.Payable.OwnerBlueprint_min"
    }
  }
}