Skip to content

Commit

Permalink
Merge pull request #83 from meshery/leecalcote/catalog/class-descript…
Browse files Browse the repository at this point in the history
…ions

 This PR enhances the catalog schema with commented class descriptions.
  • Loading branch information
Yashsharma1911 authored Jun 28, 2024
2 parents 7559a80 + 769d9af commit 658434f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions schemas/constructs/v1alpha1/catalog_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
"type": "string"
},
"class": {
"description": "Published content belongs to one of the specified class denoting its support level.",
"description": "Published content is classifed by its support level. Content classes help you understand the origin and expected support level for each piece of content. It is important to note that the level of support may vary within each class, and you should exercise discretion when using community-contributed content.",
"type": "string",
"enum": [
"official",
"verified",
"project",
"community"
],
"enumDescriptions": [
"Content produced and fully supported by Meshery maintainers. This represents the highest level of support and is considered the most reliable.",
"Content produced by partners and verified by Meshery maintainers. While not directly maintained by Meshery, it has undergone a verification process to ensure quality and compatibility.",
"Content produced and supported by the respective project or organization responsible for the specific technology. This class offers a level of support from the project maintainers themselves.",
"Content produced and shared by Meshery users. This includes a wide range of content, such as performance profiles, test results, filters, patterns, and applications. Community content may have varying levels of support and reliability."
]
},
"compatibility": {
Expand Down Expand Up @@ -72,4 +78,4 @@
"pattern_info",
"type"
]
}
}

0 comments on commit 658434f

Please sign in to comment.