graphql-engine/v3/crates
Rakesh Emmadi aa287dbd44 add a check for description in json schema validation (#943)
### What
Add a check for presence of descriptions in JSON schema. Add missing
descriptions for types.

### How

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->
- Extend the `validate_root_json_schema` utility with a check for
descriptions.
- Add a doc comment for types that need a description in their JSON
schema.

---------

Co-authored-by: Abhinav Gupta <127770473+abhinav-hasura@users.noreply.github.com>
V3_GIT_ORIGIN_REV_ID: 5c411aa0cf33ac1fde076c29020edd4957fbc27c
2024-08-08 05:47:47 +00:00
..
auth add a check for description in json schema validation (#943) 2024-08-08 05:47:47 +00:00
custom-connector Bug fixes around argument presets in the DataConnectorLink (#866) 2024-08-02 09:25:45 +00:00
engine add a check for description in json schema validation (#943) 2024-08-08 05:47:47 +00:00
execute Remove references to 'SmolStr's in QueryNode (#934) 2024-08-06 15:30:59 +00:00
ir Remove references to 'SmolStr's in QueryNode (#934) 2024-08-06 15:30:59 +00:00
lang-graphql Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
metadata-resolve Store graphql type names in boolean expressions stage (#939) 2024-08-07 09:56:01 +00:00
metadata-schema-generator Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
open-dds add a check for description in json schema validation (#943) 2024-08-08 05:47:47 +00:00
plugins/pre-execution-plugin Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00
query-usage-analytics Fix permission filter usage reporting in query analytics (#933) 2024-08-06 05:57:25 +00:00
schema Refactor SQL layer to use OpenDD query IR (#925) 2024-08-05 23:38:19 +00:00
sql Refactor SQL layer to use OpenDD query IR (#925) 2024-08-05 23:38:19 +00:00
utils add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00