You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Foo:
type: objectproperties:
bar:
readOnly: trueallOf:
- $ref: '#/components/schemas/Bar'
should not both use NoDataType. For the second case the processor must not generate a class (see object-read-write-properties test case), for the first it could generate one. It should probably have an explicit EmptyDataType.
The text was updated successfully, but these errors were encountered:
see #92
looks likes this case
and this case
should not both use
NoDataType
. For the second case the processor must not generate a class (seeobject-read-write-properties
test case), for the first it could generate one. It should probably have an explicitEmptyDataType
.The text was updated successfully, but these errors were encountered: