All five schemas keyed by type (defensive copies of the maps).
static Map<String, Map<String, Object?>> get all => _schemas.map((type, schema) => MapEntry(type, {...schema}));