Skip to content

Publishing Metadata

Paymaun edited this page Jul 8, 2021 · 7 revisions

Optional Requirement

The IoT Models Repository service uses a pipeline to process and publish models content in the default branch (currently main) to storage. During this process our tooling generates and stores expanded versions of all models containing the full dependency chain.

Additionally, the publishing process will produce two files:

metadata.json

{
  "commitId": "1aef208a5dd7df058f46058fbb565dda5876fccd",
  "features": {
    "expanded": true,
    "index": true
  },
  "publishDateUtc": "2021-04-12T23:52:29.820611+00:00",
  "sourceRepo": "Azure/iot-plugandplay-models",
  "totalModelCount": 336
}

index.json

See Model Index

Clone this wiki locally