You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you mean specifically in the OpenAPI schema @merkys ? We already validate against these constraints (except format, as shown in the linked code) but perhaps we could also patch them into the output schema
The cited fields in OPTIMADE have quite strictly defined values, IMO:
optimade-python-tools/optimade/models/baseinfo.py
Lines 71 to 80 in 5160a2c
formats
must match regex^(json|_.*)$
available_endpoints
are as well limited to the supported endpoints plus^_
entry_types_by_format
are essentially limited by the same requirementsThe text was updated successfully, but these errors were encountered: