core.internaltypeschema | Medplum

InternalTypeSchema interface

Internal representation of a non-primitive FHIR type, suitable for use in resource validation

Signature:

export interface InternalTypeSchema

Properties

Property Modifiers Type Description
constraints? Constraint (Optional)
description? string (Optional)
elements Record<string, InternalSchemaElement >
innerTypes InternalTypeSchema
kind? string (Optional)
mandatoryProperties? Set (Optional)
name string
parentType? InternalTypeSchema (Optional)
path string
summaryProperties? Set (Optional)
title? string (Optional)
type string
url? string (Optional)
version? string (Optional)