ModelCatalogSource
Where a model catalog came from. Open: an unrecognized value is an unknown source, not an error.
Fields and variants
Section titled “Fields and variants”"bundledCatalog""configCatalog""fakeCatalog""providerCatalog""unresolvedCatalog"
Source
schema/msp/experimental/msp.schema.json#/types/ModelCatalogSource
{ "description": "Where a model catalog came from. **Open**: an unrecognized\nvalue is an unknown source, not an error.", "enum": [ "providerCatalog", "fakeCatalog", "unresolvedCatalog", "bundledCatalog", "configCatalog" ], "type": "string", "x-msp-openness": "open"}