graphql-engine/v3/crates/utils
Samir Talwar 39c7385892 Allow the OpenDDS schema ID to be partially overridden. (#710)
Rules:
* The schema ID is set by the `id` property, falling back to `rename`.
* The schema ID is always prefixed by a URL base.
* The schema name is set by the `rename` property, falling back to `id`.
* The schema title is set by the `title` property, falling back to
`rename`, then `id`.
* If the name or title are automatically created from the ID, remove
characters that might choke a code generator, such as ' ' or '/'.
V3_GIT_ORIGIN_REV_ID: fac46a0849c2f36642daeca2971fdce7d253256a
2024-06-12 13:49:12 +00:00
..
futures-ext Bump tokio from 1.36.0 to 1.38.0 (#656) 2024-06-03 06:37:58 +00:00
json-ext Bump serde from 1.0.202 to 1.0.203 (#687) 2024-06-10 06:26:06 +00:00
jsonschema-tidying Remove duplicate JSON Schema entries (#692) 2024-06-11 08:28:30 +00:00
opendds-derive Allow the OpenDDS schema ID to be partially overridden. (#710) 2024-06-12 13:49:12 +00:00
recursion_limit_macro Use Clippy to help simplify conditions. (#648) 2024-05-31 13:02:00 +00:00
tracing-util Inline format arguments into the format string when possible. (#703) 2024-06-12 11:25:38 +00:00