Introspects id's schema into a transport-friendly model.
id
Future<SchemaDto> getSchema(String id) => SchemaReader(_connection(id)).read();