7struct JSONSchemaValidation {
11 ::ll::TypedStorage<8, 16, ::std::optional<double>> mMultipleOf;
12 ::ll::TypedStorage<8, 16, ::std::optional<double>> mMinimum;
13 ::ll::TypedStorage<8, 16, ::std::optional<double>> mExclusiveMinimum;
14 ::ll::TypedStorage<8, 16, ::std::optional<double>> mMaximum;
15 ::ll::TypedStorage<8, 16, ::std::optional<double>> mExclusiveMaximum;
16 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMinLength;
17 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMaxLength;
18 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mPattern;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mRegexFlags;
20 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMinItems;
21 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMaxItems;
22 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mNoDuplicates;
23 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMinProperties;
24 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMaxProperties;
25 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mCustomDescription;
26 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mNonPublicConstraint;
31 JSONSchemaValidation(JSONSchemaValidation
const&);
32 JSONSchemaValidation();
37 MCAPI ::cereal::ext::internal::JSONSchemaValidation&
40 MCAPI ~JSONSchemaValidation();