APIs.json Apis Tags Error (Edit)

Each API defined in an APIs.json artifact includes a property for adding one or more tags. These tags provide additional context about the resources or capabilities offered by the API, highlighting its business value and the domain in which it is applied.

APIs.jsonAPIsTags

Rule Definition

apis-json-apis-tags-error.yaml
{"apis-json-apis-tags-error":{"description":"Each API defined in an APIs.json artifact includes a property for adding one or more tags. These tags provide additional context about the resources or capabilities offered by the API, highlighting its business value and the domain in which it is applied.","message":"API MUST Have a Tags Object","given":"$.apis.*","severity":"info","then":{"field":"tags","function":"truthy"}}}

Back to All of the Rules