interface SchemaProvider {
    getSchemaArtifact(aggregate: AggregateMetadata): Promise<LayerArtifact>;
}

Implemented by

Methods