Hint Health · Schema

Platform.IntegrationBlueprint_all

Direct Primary CareDPCHealthcareMembership ManagementPatient EnrollmentMedical BillingEMRHealth Plans
View JSON Schema on GitHub

JSON Schema

platform-integrationblueprint_all.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api.hint.com/schemas/platform-integrationblueprint_all",
  "title": "Platform.IntegrationBlueprint_all",
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "id": {
        "type": "string"
      },
      "expires_in": {
        "type": "string"
      },
      "refresh_token": {
        "type": "string"
      },
      "status": {
        "type": "string"
      },
      "token_type": {
        "type": "string"
      },
      "webhook_url_default": {
        "type": "string",
        "deprecated": true
      },
      "webhook_url_override": {
        "type": "string",
        "deprecated": true
      },
      "practice": {
        "$ref": "#/components/schemas/Platform.PracticeBlueprint_for_integration"
      }
    }
  }
}