Skip to content

Commit

Permalink
Update Resource.v1alpha1.schema.json
Browse files Browse the repository at this point in the history
Remove the mention of `metadata.instances` because it's not supported.
  • Loading branch information
hpractv authored Aug 22, 2024
1 parent a9e6920 commit 8c4e271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schema/Resource.v1alpha1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "Resource.v1alpha1.schema.json",
"$comment": "Based, with some modification & customization, on https://json.schemastore.org/catalog-info.json.",
"description": "Resources are those things that aren't components themselves, but are either needed by components or augment components to help them function. Some examples include the ExtendHealth Database, the App Gateway, Resource Groups, and fileshares.\r\rIf a Resource has multiple instances, such as is the case for the internal App Gateway, they should be recorded in the metadata.instances property.\r\rMore info @ https://techhub.mktp.io/docs/default/system/techhub/catalog-info-entities/resource/ .",
"description": "Resources are those things that aren't components themselves, but are either needed by components or augment components to help them function. Some examples include the ExtendHealth Database, the App Gateway, Resource Groups, and fileshares.\r\rMore info @ https://techhub.mktp.io/docs/default/system/techhub/catalog-info-entities/resource/ .",
"examples": [
{
"apiVersion": "backstage.io/v1alpha1",
Expand Down

0 comments on commit 8c4e271

Please sign in to comment.