For the content in the yaml file which is as below I can't figure out why sonarqube is throwing an issue saying that "missing document start "---" (document-start) " highlighting swagger:'2.0'.
swagger: '2.0'
info:
title: Sample API
description: API description in Markdown.
version: 1.0.0
paths:
/users:
get:
summary: Returns a list of users.
description: Optional extended description in Markdown.
produces:
- application/json
responses: