Skip to content

Commit

Permalink
Adding config to Model as shown by specification https://datacontract…
Browse files Browse the repository at this point in the history
  • Loading branch information
hcrosse authored May 31, 2024
1 parent 0e2b092 commit f27d12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datacontract/model/data_contract_specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ class Model(pyd.BaseModel):
namespace: str = None
title: str = None
fields: Dict[str, Field] = {}
config: Dict[str, Any] = None


class Info(pyd.BaseModel):
Expand Down

0 comments on commit f27d12a

Please sign in to comment.