Definition
/**
* @template TKey of array-key
* @template TValue
*
* @param Type<array<TKey, TValue>> $type
*
* @return Definition<array<TKey, TValue>>
*/
map_schema(string $name, Type $type, bool $nullable, ?Metadata $metadata) : Definition
Read from various data sources.
Shape and optimize for your needs.
Store and secure in one of many available data sinks.
/**
* @template TKey of array-key
* @template TValue
*
* @param Type<array<TKey, TValue>> $type
*
* @return Definition<array<TKey, TValue>>
*/
map_schema(string $name, Type $type, bool $nullable, ?Metadata $metadata) : Definition