proposit-core
    Preparing search index...

    Variable JsonArraySchemaConst

    JsonArraySchema: TArray<
        TCyclic<
            {
                JsonValueSchema: TUnion<
                    [
                        TRecord<"^.*$", TRef<"JsonValueSchema">>,
                        TArray<TRef<"JsonValueSchema">>,
                        TString,
                        TNumber,
                        TBoolean,
                        TNull,
                        TDateType,
                    ],
                >;
            },
            "JsonValueSchema",
        >,
    > = ...