YAML (YAML Ain't Markup Language):The snippet provided uses indentation (whitespace) to denote structure and colons to separate keys from values. This is the signature syntax of YAML.
RAML Context:MuleSoft'sRAML (RESTful API Modeling Language)is built on top of YAML1. Therefore, any RAML specification is technically a YAML file.
Why others are incorrect:
JSON:Uses curly braces {} and quotes "" strictly.
XML:Uses angle brackets .
CSV:Uses comma-separated values.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit