Closed ir-fuel closed 4 years ago
The indentation of the items is incorrect and thus it is being treated as a description block (code block specifically), try removing indentation of the resuable data structures, for example:
### Location(object)
+ latitude (number,required)
+ longitude (number,required)
### Result(object)
+ id (string,required)
+ location (Location,required)
Right. I discovered this too in the mean time but forgot about this ticket ...
This is the document
This is what it looks like when rendering this:
As you can see the nested
Location
data structure is not shown correctly