7struct ConstraintDescription {
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::shared_ptr<::cereal::internal::ConstraintDescription>> mItems;
24 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMinProperties;
25 ::ll::TypedStorage<8, 16, ::std::optional<uint64>> mMaxProperties;
26 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::cereal::internal::ConstraintDescription>> mPropertyNames;
27 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::cereal::internal::ConstraintDescription>> mAdditionalProperties;
28 ::ll::TypedStorage<8, 32, ::std::optional<::std::vector<int64>>> mEnumValues;
29 ::ll::TypedStorage<8, 24, ::std::vector<::std::optional<::cereal::internal::ConstraintDescription>>> mVariantTypes;
30 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mCustomDescription;
31 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mNonPublicFlag;
36 ConstraintDescription();
51 MCAPI ~ConstraintDescription();