SHOULD have info sensitive data flag
Create a rule to encourage inclusion of sensitive information flag to indicate that the API has operations which may contain sensitive information such as PII or PHI etc.
Acceptance Criteria
The info block should have a property called x-contains-sensitive-data of type bool which would indicate this API has operations which contain sensitive data.
Example error message
Missing or wrong 'info.x-contains-sensitive-data', should be 'boolean'.