Open merkys opened 1 year ago
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
Oh right! I meant I would like to see them in the OpenAPI schema.
That we can do! I'll take a look before we release 1.2
Thanks, this would be nice to have. Then multipurpose OpenAPI/JSON validators would validate OPTIMADE responses with similar level of strictness.
The cited fields in OPTIMADE have quite strictly defined values, IMO: https://github.com/Materials-Consortia/optimade-python-tools/blob/5160a2c47f02d070144a62bd391edc2ca63367af/optimade/models/baseinfo.py#L71-L80
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 requirements