Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.Elementinterfaceeffect/SchemaRepresentation.ts:352
Element

A positional element within an Arrays tuple.

Details

isOptional indicates whether this element can be absent. type is the schema representation for this element's value.

modelsArrays
export interface Element {
  readonly isOptional: boolean
  readonly type: Representation
  readonly annotations?: Schema.Annotations.Annotations | undefined
}
Referenced by 2 symbols