Problem
When validating an ODCS v3.1.0 contract using open-data-contract-standard-python, the parser raises:
ValidationError: team - Input should be a valid list ... input_type=dict
However, the v3.1.0 docs show team: as an object (mapping), not a list.
