graphql-engine/v3/crates/open-dds
Rakesh Emmadi ce1d0d23e3 Deny unknown fields while deserializing Deprecated (#374)
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
2024-03-20 12:25:38 +00:00
..
examples add deprecated config for opendd metadata (#372) 2024-03-20 09:23:40 +00:00
src Deny unknown fields while deserializing Deprecated (#374) 2024-03-20 12:25:38 +00:00
Cargo.toml Move all crates into a folder (#355) 2024-03-19 18:07:14 +00:00
metadata.jsonschema Deny unknown fields while deserializing Deprecated (#374) 2024-03-20 12:25:38 +00:00