Variable hConst

h: TUnion<
    [
        TUnion<
            [
                TLiteral<"card">,
                TLiteral<"cite">,
                TLiteral<"entry">,
                TLiteral<"event">,
            ],
        >,
        TUnion<
            [
                TLiteral<"acquisition">,
                TLiteral<"article">,
                TLiteral<"audio">,
                TLiteral<"bookmark">,
                TLiteral<"bucketlist">,
                TLiteral<"checkin">,
                TLiteral<"chicken">,
            ],
        >,
    ],
> = ...

JF2 object in the context of the Micropub protocol. If no type is specified, the default type entry SHOULD be used.