schemars/schemars/tests/expected
Graham Esau 72629a3c37 Reduce memory footprint of SchemaObject.
Nested validation structs are now wrapped in Option<Box<_>>, reducing size of JsonSchema (depending on system) from 688 to 424 bytes.
2019-10-13 20:42:29 +01:00
..
chrono-types.json Regenerate integration test expected json 2019-10-07 20:35:40 +01:00
enum-external.json Fix schemas for internally tagged newtype variants 2019-10-06 20:22:27 +01:00
enum-internal.json Fix schemas for internally tagged newtype variants 2019-10-06 20:22:27 +01:00
enum-untagged.json Fix schemas for internally tagged newtype variants 2019-10-06 20:22:27 +01:00
property-name-struct.json Regenerate integration test expected json 2019-10-07 20:35:40 +01:00
remote_derive.json Regenerate integration test expected json 2019-10-07 20:35:40 +01:00
schema-name-custom.json Reduce memory footprint of SchemaObject. 2019-10-13 20:42:29 +01:00
schema-name-default.json Reduce memory footprint of SchemaObject. 2019-10-13 20:42:29 +01:00
schema-openapi3.json Change $ref to be part of a SchemaObject. 2019-10-13 18:30:05 +01:00
schema.json Change $ref to be part of a SchemaObject. 2019-10-13 18:30:05 +01:00
skip_enum_variants.json Regenerate integration test expected json 2019-10-07 20:35:40 +01:00
skip_struct_fields.json Regenerate integration test expected json 2019-10-07 20:35:40 +01:00
skip_tuple_fields.json Exclude skipped fields/variants from json schema 2019-09-12 19:07:25 +01:00
struct-newtype.json Set format property on integers 2019-09-08 14:20:57 +01:00
struct-normal.json Regenerate integration test expected json 2019-10-07 20:35:40 +01:00
struct-tuple.json Set format property on integers 2019-09-08 14:20:57 +01:00
struct-unit.json Enable deriving JsonSchema for unit/newtype/tuple structs 2019-09-07 16:36:12 +01:00