Skip to content
Developer Preview

ModelCatalogSource

Where a model catalog came from. Open: an unrecognized value is an unknown source, not an error.

  • "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"
}