This rule validates that all TagObject
s have description.
tags:
- name: stocks
description: "all operations associated in working with stocks" # <-- valid
tags:
- name: stocks # <-- invalid, no description specified
- name: billing
description: "" # <-- invalid, cannot be empty