datacontract-cli icon indicating copy to clipboard operation
datacontract-cli copied to clipboard

Model/Spec mismatch

Open mjschultz opened this issue 1 year ago • 0 comments

According to the specification a definition can have a fields section that is a map of strings to Fields, but in the pydantic model the definition can have a fields section that is a map of strings to Definitions. (See http://datacontract.com/#definition-object)

The model should match the spec (one way or another).

mjschultz avatar Aug 13 '24 23:08 mjschultz