For some reason the jsonschema for python > 3.8 is failing, the reason seems that the jsonschema is detecting a conflict in the configuration.
E jsonschema.exceptions.SchemaError: [{'description': 'strain rates in the x direction', 'type': 'number'}, {'description': 'strain rates in the y direction', 'type': 'number'}] is not of type 'object', 'boolean'
E
E Failed validating 'type' in metaschema['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['properties']['additionalProperties']['$dynamicRef']['allOf'][1]['properties']['items']['$dynamicRef']['allOf'][0]:
``
For some reason the jsonschema for python > 3.8 is failing, the reason seems that the jsonschema is detecting a conflict in the configuration.