schemars/schemars/tests
Graham Esau 14b06e71ba
Add transform = ... attribute (#312)
This allows running arbitrary transforms on generated schemas when deriving `JsonSchema`
2024-08-10 09:56:52 +01:00
..
actual Reorganise tests 2019-08-07 19:27:32 +01:00
expected Add transform = ... attribute (#312) 2024-08-10 09:56:52 +01:00
ui Add transform = ... attribute (#312) 2024-08-10 09:56:52 +01:00
util Refactor flatten and move it to _private, remove TempFixupForTests, regenerate test schemas 2024-05-13 22:02:32 +01:00
arrayvec.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
bound.rs Run cargo fmt 2023-02-26 19:47:10 +00:00
bytes.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
chrono.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
crate_alias.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
decimal.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
default.rs Fix "null" default not being set on schema (#296) 2024-05-23 17:25:07 +01:00
deprecated.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
docs.rs Do not collapse newlines in doc comments (#310) 2024-08-04 16:43:22 +01:00
either.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
enum.rs Remove irrelevant comments 2024-08-04 17:26:08 +01:00
enum_deny_unknown_fields.rs Remove irrelevant comments 2024-08-04 17:26:08 +01:00
enum_repr.rs Derive JsonSchema_repr (#76) 2021-03-25 22:36:28 +00:00
enumset.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
examples.rs Apply clippy fixes 2023-02-26 19:59:17 +00:00
extend.rs Add transform = ... attribute (#312) 2024-08-10 09:56:52 +01:00
ffi.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
flatten.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
from_value.rs Don't include number format in schema for value 2021-03-25 19:47:36 +00:00
indexmap.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
inline_subschemas.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
macro.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
nonzero_ints.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
property_name.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
range.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
remote_derive.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
remote_derive_generic.rs Update to syn 2 and serde_derive_internals 0.29 2024-04-28 18:56:06 +01:00
result.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
same_name.rs Add schema_id(), handles different types with the same name (#247) 2023-09-17 20:36:52 +01:00
schema_name.rs Support types with const generics (#239) 2023-08-27 20:50:20 +01:00
schema_settings.rs Replace visit::Visitor with transform::Transform 2024-08-07 19:20:01 +01:00
schema_with_enum.rs Remove irrelevant comments 2024-08-04 17:26:08 +01:00
schema_with_struct.rs Update doc comments and make SchemaGenerator available from crate root 2024-05-27 11:09:15 +01:00
semver.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
skip.rs Update to syn 2 and serde_derive_internals 0.29 2024-04-28 18:56:06 +01:00
smallvec.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
smol_str.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
struct.rs Update to syn 2 and serde_derive_internals 0.29 2024-04-28 18:56:06 +01:00
struct_additional_properties.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
time.rs Fix build warnings from tests 2022-05-15 22:55:10 +01:00
transform.rs Add transform = ... attribute (#312) 2024-08-10 09:56:52 +01:00
transparent.rs Update to syn 2 and serde_derive_internals 0.29 2024-04-28 18:56:06 +01:00
ui.rs Add test for invalid schemars attributes 2020-06-05 17:18:48 +01:00
url.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
uuid.rs Define Schema as a newtype around serde_json::Value (#289) 2024-05-12 19:23:54 +01:00
validate.rs Update to syn 2 and serde_derive_internals 0.29 2024-04-28 18:56:06 +01:00
validate_inner.rs Update to syn 2 and serde_derive_internals 0.29 2024-04-28 18:56:06 +01:00