mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
ce1d0d23e3
Add `serde(deny_unknown_fields)` attribute for `Deprecated` struct. In v3-metadata-build-service, there's a test to ensure no arbitrary additional properties exists for any schema definition except `JWTClaimsMap` struct. It actually caught the missing `deny_unknown_fields` attribute for `Deprecated` struct. This PR also includes the same test to catch such misses in the future. V3_GIT_ORIGIN_REV_ID: 2c0a9d2efcd76946885f2e54a364a388e80c283b |
||
---|---|---|
.. | ||
examples | ||
src | ||
Cargo.toml | ||
metadata.jsonschema |