Hyperlinkv0.8.0-beta.28

SchemaRepresentation

SchemaRepresentation.$ObjectKeywordconsteffect/SchemaRepresentation.ts:1241
Schema.Struct<{
  readonly _tag: Schema.tag<"ObjectKeyword">
  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 ObjectKeyword representation node.

export const $ObjectKeyword = Schema.Struct({
  _tag: Schema.tag("ObjectKeyword"),
  annotations: Schema.optional($Annotations)
}).annotate({ identifier: "ObjectKeyword" })
Referenced by 1 symbols