core.internalschemaelement
Home > @medplum/core > InternalSchemaElement
InternalSchemaElement interface
Signature:
export interface InternalSchemaElement
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| binding? | ElementDefinitionBinding | (Optional) | |
| constraints? | Constraint[] | (Optional) | |
| description | string | ||
| fixed? | TypedValue | (Optional) | |
| isArray? | boolean | (Optional) | |
| max | number | ||
| min | number | ||
| path | string | ||
| pattern? | TypedValue | (Optional) | |
| slicing? | SlicingRules | (Optional) | |
| type | ElementType[] |