.. |
actual
|
Reorganise tests
|
2019-08-07 19:27:32 +01:00 |
expected
|
Process validation attributes in tuple structs
|
2021-04-16 13:56:26 +01:00 |
ui
|
Derive JsonSchema_repr (#76)
|
2021-03-25 22:36:28 +00:00 |
util
|
Generate schema from any serializable value (#75)
|
2021-03-25 18:32:28 +00:00 |
arrayvec.rs
|
Run cargo fmt
|
2019-12-29 22:09:54 +00:00 |
bytes.rs
|
Also implement JsonSchema for BytesMut
|
2021-04-05 21:02:49 +01:00 |
chrono.rs
|
Implement JsonSchema for chrono types
|
2019-09-08 13:29:45 +01:00 |
crate_alias.rs
|
Support for #[schemars(crate = "...")] (#80)
|
2021-04-05 19:34:28 +01:00 |
default.rs
|
Fix skip_serializing_if/serialize_with handling
|
2020-04-11 22:06:48 +01:00 |
deprecated.rs
|
Check for #[deprecated] attributes
|
2020-05-16 16:44:44 +01:00 |
dereference.rs
|
Remove JsonSchemaError/Result
|
2019-10-20 14:33:54 +01:00 |
docs.rs
|
Add Visitor trait, update changelog
|
2020-06-04 19:23:36 +01:00 |
either.rs
|
Implement JsonSchema on Either
|
2019-12-27 22:16:01 +00:00 |
enum.rs
|
schema_with attribute
|
2020-05-15 17:11:28 +01:00 |
enum_deny_unknown_fields.rs
|
Allow schema_with attr on enum variants
|
2021-04-10 15:16:16 +01:00 |
enum_repr.rs
|
Derive JsonSchema_repr (#76)
|
2021-03-25 22:36:28 +00:00 |
examples.rs
|
Attribute for defining examples (#23)
|
2020-05-17 16:41:19 +01:00 |
ffi.rs
|
Format project with rustfmt
|
2019-12-09 17:37:49 +00:00 |
flatten.rs
|
Make Option<T> fields optional in generated schemas (#16)
|
2020-02-29 19:37:20 +00:00 |
from_value.rs
|
Don't include number format in schema for value
|
2021-03-25 19:47:36 +00:00 |
indexmap.rs
|
Implement JsonSchema on Either
|
2019-12-27 22:16:01 +00:00 |
inline_subschemas.rs
|
Prevent stack overflow when using inline_subschemas
|
2021-03-21 20:27:38 +00:00 |
macro.rs
|
Refactor out add_schema_as_property
|
2021-04-16 10:42:03 +01:00 |
nonzero_ints.rs
|
Fix build (hopefully)
|
2020-09-21 08:46:28 +01:00 |
property_name.rs
|
Do not ignore all serde attributes if there are also schemars attributes
|
2019-09-08 22:46:18 +01:00 |
range.rs
|
Format project with rustfmt
|
2019-12-09 17:37:49 +00:00 |
remote_derive.rs
|
Rewrite attribute parsing logic
|
2019-12-08 22:28:49 +00:00 |
remote_derive_generic.rs
|
Run cargo fmt
|
2019-12-29 22:09:54 +00:00 |
result.rs
|
Implement JsonSchema for Range/RangeInclusive
|
2019-10-27 22:30:01 +00:00 |
schema_for_schema.rs
|
Add JSON Schema 2019-09 settings
|
2019-12-29 18:05:10 +00:00 |
schema_name.rs
|
Reduce memory footprint of SchemaObject.
|
2019-10-13 20:42:29 +01:00 |
schema_with_enum.rs
|
Allow schema_with attr on enum variants
|
2021-04-10 15:16:16 +01:00 |
schema_with_struct.rs
|
Fix #[schemars(with = ...)] alongside #[serde(transparent)] (#67)
|
2021-03-21 13:56:24 +00:00 |
skip.rs
|
Set readOnly/writeOnly on properties
|
2019-10-14 20:00:57 +01:00 |
smallvec.rs
|
Implement JsonSchema on smallvec + arrayvec types
|
2019-12-28 20:11:38 +00:00 |
struct.rs
|
schema_with attribute
|
2020-05-15 17:11:28 +01:00 |
struct_additional_properties.rs
|
additionalProperties: false for struct annotated with serde deny_unknown_fields (#30)
|
2020-05-16 12:02:47 +01:00 |
time.rs
|
Format project with rustfmt
|
2019-12-09 17:37:49 +00:00 |
transparent.rs
|
Respect #[serde(transparent)] attribute (#17)
|
2020-05-16 21:16:59 +01:00 |
ui.rs
|
Add test for invalid schemars attributes
|
2020-06-05 17:18:48 +01:00 |
url.rs
|
Implement JsonSchema on Url
|
2021-03-26 23:00:20 +00:00 |
uuid.rs
|
Run cargo fmt
|
2019-12-29 22:09:54 +00:00 |
validate.rs
|
Process validation attributes in tuple structs
|
2021-04-16 13:56:26 +01:00 |