File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -313,16 +313,20 @@ A reference to another entity is one of two things:
313313Datainfo
314314--------
315315
316- ``datainfo `` entries are dictionaries with a key ``type `` (the name of the
317- datainfo entity) and all members of the respective datainfo.
316+ ``datainfo `` entries are either strings (the name of the datainfo entity) or
317+ dictionaries with a key ``type `` (the name of the datainfo entity) and all
318+ members of the respective datainfo.
319+
320+ ``"any" `` is allowed for unspecified datainfos.
318321
319322
320323JSON type
321324---------
322325
323326In ``dataty `` entries, you can specify the JSON type:
324327
325- - Bool: ``dataty: bool ``
328+ - Unspecified: ``dataty: any ``
329+ - Boolean: ``dataty: bool ``
326330- String: ``dataty: string ``
327331- Number: ``dataty: number ``
328332- Integer: ``dataty: int ``
You can’t perform that action at this time.
0 commit comments