pl-api
    Preparing search index...

    Variable statusSourceSchemaConst

    statusSourceSchema: ObjectSchema<
        {
            content_type: SchemaWithFallback<StringSchema<undefined>, "text/plain">;
            id: StringSchema<undefined>;
            location: SchemaWithFallback<
                NullableSchema<
                    ObjectSchema<
                        {
                            country: SchemaWithFallback<StringSchema<undefined>, "">;
                            description: SchemaWithFallback<StringSchema<undefined>, "">;
                            geom: SchemaWithFallback<
                                NullableSchema<
                                    ObjectSchema<
                                        {
                                            coordinates: SchemaWithFallback<(...), (...)>;
                                            srid: SchemaWithFallback<(...), (...)>;
                                        },
                                        undefined,
                                    >,
                                    undefined,
                                >,
                                null,
                            >;
                            locality: SchemaWithFallback<StringSchema<undefined>, "">;
                            origin_id: SchemaWithFallback<StringSchema<undefined>, "">;
                            origin_provider: SchemaWithFallback<StringSchema<undefined>, "">;
                            postal_code: SchemaWithFallback<StringSchema<undefined>, "">;
                            region: SchemaWithFallback<StringSchema<undefined>, "">;
                            street: SchemaWithFallback<StringSchema<undefined>, "">;
                            timezone: SchemaWithFallback<StringSchema<undefined>, "">;
                            type: SchemaWithFallback<StringSchema<undefined>, "">;
                            url: SchemaWithFallback<
                                SchemaWithPipe<
                                    readonly [StringSchema<undefined>, UrlAction<string, undefined>],
                                >,
                                "",
                            >;
                        },
                        undefined,
                    >,
                    undefined,
                >,
                null,
            >;
            spoiler_text: SchemaWithFallback<StringSchema<undefined>, "">;
            spoiler_text_map: SchemaWithFallback<
                NullableSchema<
                    RecordSchema<
                        StringSchema<undefined>,
                        StringSchema<undefined>,
                        undefined,
                    >,
                    undefined,
                >,
                null,
            >;
            text: SchemaWithFallback<StringSchema<undefined>, "">;
            text_map: SchemaWithFallback<
                NullableSchema<
                    RecordSchema<
                        StringSchema<undefined>,
                        StringSchema<undefined>,
                        undefined,
                    >,
                    undefined,
                >,
                null,
            >;
        },
        undefined,
    > = ...