【发布时间】:2016-12-16 09:31:06
【问题描述】:
是否可以在以下数据结构中为 Baz 类型的“bar”指定示例值?
# Data Structures
## Foo (object)
+ arg0 (number, required) - the arg0
+ arg1 (number, optional) - the arg1
+ arg2: a, b, c (enum, required) - the arg2
## Baz (object)
+ bar (Foo, required)
提前致谢
--乌尔里希
【问题讨论】:
标签: apiblueprint