Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$Elementconsteffect/SchemaRepresentation.ts:1284
Schema.Struct<{
  readonly isOptional: Schema.Boolean
  readonly type: Schema.suspend<$Representation>
  readonly annotations: Schema.optional<
    Schema.decodeTo<
      Schema.$Record<Schema.String, Schema.Unknown>,
      Schema.$Record<
        Schema.String,
        Schema.Codec<PrimitiveTree, PrimitiveTree, never, never>
      >,
      never,
      never
    >
  >
}>

Schema for the Element type (positional tuple element).

schemasElement
export const $Element = Schema.Struct({
  isOptional: Schema.Boolean,
  type: Representation$ref,
  annotations: Schema.optional($Annotations)
}).annotate({ identifier: "Element" })
Referenced by 1 symbols