nacyolsa
04/28/2023, 9:29 AMJsonSchema
from object automatically?Emil Kantis
04/28/2023, 9:43 AMnacyolsa
04/28/2023, 9:51 AMJsonObjectBuilder
are minProperties
and maxProperties
fields but I don't see any usages of these fields. Are there some plans for them?Emil Kantis
04/28/2023, 10:57 AMEmil Kantis
04/28/2023, 10:57 AMnacyolsa
04/28/2023, 11:02 AMEmil Kantis
04/28/2023, 11:17 AMEmil Kantis
04/28/2023, 11:17 AMnacyolsa
04/28/2023, 11:19 AMshouldMatchSchema
to support this.
My json is generated and I would like to fail my test when someone adds a new field to the class.Emil Kantis
04/28/2023, 3:40 PMactual
to JSON, you could just test it with shouldEqualJson
(it fails if unexpected properties appear in actual
)