Open hauner opened 2 years ago
see #92
looks likes this case
components: schemas: AnyValue: {}
and this case
Foo: type: object properties: bar: readOnly: true allOf: - $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.
NoDataType
object-read-write-properties
EmptyDataType
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
.