tagSchema: ObjectSchema<
{
following: SchemaWithFallback<
OptionalSchema<BooleanSchema<undefined>, undefined>,
undefined,
>;
history: SchemaWithFallback<
NullableSchema<
ArraySchema<
ObjectSchema<
{
accounts: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
day: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
uses: SchemaWithPipe<
readonly [UnknownSchema, TransformAction<any, number>],
>;
},
undefined,
>,
undefined,
>,
undefined,
>,
null,
>;
name: SchemaWithPipe<
readonly [
StringSchema<undefined>,
TransformAction<string, string>,
MinLengthAction<string, 1, undefined>,
],
>;
total: SchemaWithFallback<
NullableSchema<NumberSchema<undefined>, undefined>,
null,
>;
url: SchemaWithFallback<
SchemaWithPipe<
readonly [StringSchema<undefined>, UrlAction<string, undefined>],
>,
"",
>;
},
undefined,
> = ...
See
https://docs.joinmastodon.org/entities/tag