Skip to content

Commit bd81bfa

Browse files
authored
Merge pull request #201 from aabidsofi19/instance-details
add instance details to metadata
2 parents 36e2258 + fabaca2 commit bd81bfa

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

models/v1beta1/component/component.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schemas/constructs/v1beta1/component.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@
7979
"published": {
8080
"type": "boolean",
8181
"description": "'published' controls whether the component should be registered in Meshery Registry. When the same 'published' property in Models, is set to 'false', the Model property takes precedence with all Entities in the Model not being registered."
82+
},
83+
"instanceDetails": {
84+
"type": "object",
85+
"description": "InstanceDetails contains information about the instance of the component."
8286
}
8387
},
8488
"x-oapi-codegen-extra-tags": {

0 commit comments

Comments
 (0)