We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since we dump the schema from a Root Pydantic model we define, the schema is given that as its title:
Root
fmu-dataio/schema/definitions/0.8.0/schema/fmu_results.json
Lines 10564 to 10565 in aaf3b7d
It's a minor and relatively inconsequential change, but we can give it a more meaningful title by setting it directly here:
fmu-dataio/src/fmu/dataio/_model/root.py
Lines 269 to 271 in aaf3b7d
The text was updated successfully, but these errors were encountered:
Just to clarify: Filename on the endpoint remains the same? If not, that change needs to be coordinated 😬
Sorry, something went wrong.
The filename remains the same, the title will just end up a human readable version of it like "FMU Results"
title
No branches or pull requests
Since we dump the schema from a
Root
Pydantic model we define, the schema is given that as its title:fmu-dataio/schema/definitions/0.8.0/schema/fmu_results.json
Lines 10564 to 10565 in aaf3b7d
It's a minor and relatively inconsequential change, but we can give it a more meaningful title by setting it directly here:
fmu-dataio/src/fmu/dataio/_model/root.py
Lines 269 to 271 in aaf3b7d
The text was updated successfully, but these errors were encountered: