apiaryio / api-blueprint

API Blueprint
https://apiblueprint.org
MIT License
8.64k stars 2.14k forks source link

Can break value easily #329

Closed kirkstrobeck closed 8 years ago

kirkstrobeck commented 8 years ago

https://github.com/apiaryio/api-blueprint/blob/8cb625fa6463800a63345c30fa994d35af1df518/API%20Blueprint%20Specification.md#example-14

This will break

+ author: "47.622288,-122.336494" (string) - Author of the blog post
kylef commented 8 years ago

@kirkstrobeck Since your sample value contains a dash, it must be escaped with backticks. As per the MSON Specification: Reserved Characters

+ author: `47.622288,-122.336494` (string) - Author of the blog post