Returns the schema for the given id from the internal schema cache. This will return null if no schema exists with the given id.
id
null
Map<String, dynamic>? getSchema(String id) => Schemas.all[id] ?? _schemas[id];