We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c492d51 commit 8ac4ecdCopy full SHA for 8ac4ecd
docs/source-2.0/spec/idl.rst
@@ -224,7 +224,8 @@ string support defined in `RFC 5234 <https://www.rfc-editor.org/rfc/rfc7405>`_.
224
OperationInput :%s"input" *WS (`InlineStructure` / (":" *`WS` `ShapeId`)) `WS`
225
OperationOutput :%s"output" *WS (`InlineStructure` / (":" *`WS` `ShapeId`)) `WS`
226
OperationErrors :%s"errors" *WS ":" *WS "[" *(*`WS` `Identifier`) *`WS` "]" `WS`
227
- InlineStructure :":=" *`WS` `TraitStatements` [`Mixins`] *`WS` `StructureMembers`
+ InlineStructure :":=" *`WS` `TraitStatements` [`StructureResource`]
228
+ : [`Mixins`] *`WS` `StructureMembers`
229
230
.. rubric:: Traits
231
0 commit comments