BIG-MAP / FINALES2

Further development of FINALES
MIT License
6 stars 0 forks source link

degradation_model template Bug #201

Closed leonmerker closed 1 year ago

leonmerker commented 1 year ago

when trying to get the schema for the method degradation_model via the capabilities/templates endpaoint it results in an 500 internal server error: ... File "/opt/conda/lib/python3.9/site-packages/anyio/_backends/_asyncio.py", line 754, in run result = context.run(func, *args) File "/root/data/FINALES2/src/FINALES2/server/endpoints.py", line 230, in get_templates return server_manager.get_schema_template( File "/root/data/FINALES2/src/FINALES2/engine/server_manager.py", line 361, in get_schema_template input_template = parse_schema_for_template( File "/root/data/FINALES2/src/FINALES2/engine/server_manager.py", line 591, in parse_schema_for_template for prefix_item in anyOf_item["prefixItems"]: KeyError: 'prefixItems'

MonikaVo commented 1 year ago

Fixed in #205