Data structures 在API蓝图中向数据结构添加注释

Data structures 在API蓝图中向数据结构添加注释,data-structures,markdown,apiblueprint,apiary.io,Data Structures,Markdown,Apiblueprint,Apiary.io,我有两个属性,其中一个必须提供。我试图在数据结构的底部添加注释,但被忽略了。所以我尝试了多行描述,但也被忽略了: # Data Structures ## Record (object) + ResponseId: `42f7b8b07da641bcb6d96422cb903c0e` (string, optional) - Identifier for the record being updated + UniqueReference: 1 (number, optional) - Re

我有两个属性,其中一个必须提供。我试图在数据结构的底部添加注释,但被忽略了。所以我尝试了多行描述,但也被忽略了:

# Data Structures

## Record (object)

+ ResponseId: `42f7b8b07da641bcb6d96422cb903c0e` (string, optional) - Identifier for the record being updated
+ UniqueReference: 1 (number, optional) - Reference for the record being updated.

    If both are supplied, response id will be used

将说明添加到顶部,并使用将其与成员属性分开

例如


除非我做错了什么,否则这似乎是行不通的<代码>格式:1A主机:http://test.apiblueprint.org/ #Test##Backfeed[/api/Backfeeds]########单个Backfeed记录[PUT]+属性(BackfeedRecord)+请求(application/json){“UniqueReference”:4}+响应202#数据结构##BackfeedRecord(object,将使用响应id####属性+响应id:42f7b8b07(字符串,可选)-正在更新的记录的标识符+UniqueReference:1(数字,可选)-正在更新的记录的引用。@sixeyes能否请将蓝图粘贴到答案中或使用要点链接它蓝图看起来正常,这是渲染中的错误–请检查
# Data Structures

## Record (object)

If both are supplied, response id will be used

### Properties

- ResponseId: 42f7b8b07da641bcb6d96422cb903c0e (string, optional) - Identifier for the record being updated
- UniqueReference: 1 (number, optional) - Reference for the record being updated.