Closed kyungmi closed 7 years ago
You can't place key/value directory inside an array, you'd have to place it within an object as follows:
+ Response 200 (application/json)
+ Attributes
+ result (array[object])
+ (object)
+ `book_id` (string) - book ID that is grouping annotations
+ `annotations` (array[Annotation]) - annotations in this book
+ `total_count` (number)
## Data Structures
# Annotation (object)
+ some: thing
@kylef It is really helpful. Thank you so much :)
I want to write document like below. But It doesn't seem to be processed with Apiary editor in appropriate way.
How do I write this kind of structure?
I attach screenshot of the preview window of Apiary Editor.